var runtime.cgo_yield
15 uses
runtime (current package)
cgo.go#L82: var cgo_yield = &_cgo_yield
lock_futex.go#L164: if *cgo_yield != nil {
lock_futex.go#L171: if *cgo_yield != nil {
lock_futex.go#L172: asmcgocall(*cgo_yield, nil)
lock_futex.go#L187: if *cgo_yield != nil {
lock_futex.go#L194: if *cgo_yield != nil {
lock_futex.go#L195: asmcgocall(*cgo_yield, nil)
lock_futex.go#L208: if *cgo_yield != nil && ns > 10e6 {
lock_futex.go#L213: if *cgo_yield != nil {
lock_futex.go#L214: asmcgocall(*cgo_yield, nil)
proc.go#L3332: if *cgo_yield != nil {
proc.go#L3333: asmcgocall(*cgo_yield, nil)
proc.go#L6139: if *cgo_yield != nil {
proc.go#L6140: asmcgocall(*cgo_yield, nil)
signal_unix.go#L649: delayedSignal := *cgo_yield != nil && mp != nil && gsignal.stack == mp.g0.stack
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |